Apple iTunes
msi can be extracted from setup.exeFollowing MSI are extracted : 1. iTunes64.msi (iTunes:12.10.5.12)2. Bonjour64.msi (Bonjour:3.1.0.1)3. AppleMobileDeviceSupport64.msi (Apple Mobile Device Su… Read More
Use these parameters to install iTunes WITHOUT Bonjour/i "iTunes.msi" ALLUSERS=1 /qn /norestart /log output.log TRANSFORMS=NoBonjour.mst REENABLEAUTORUN=0 Read More
Add this line and the reg file to disable updates prompt.Details of the .reg file are here : https://support.apple.com/en-au/HT201677REGEDIT.EXE /S DisableUpdates.REG=========================… Read More
Run ITunes ver 12.7.0.166 x64 and then collect msi files from %temp% folder. Use a variant of below to install. I have not installed AppleSoftwareUpdate msi====================================… Read More
Not that hard to get a silent install, but when someone asks for some extra settings... then it gets a little problematic. But luckily there is help at hand, the trust worthy vendors have this:… Read More
REM Remove Apple Application supportmsiexec /x "{AAC5D43E-816D-4C2D-8E51-55FFF35BE301}" /QN REBOOT=ReallySuppressREM Remove iTunes 11.1.5 x64msiexec /x "{B8BA155B-1E75-405F-9CB4-8A99615D09DC}" … Read More
There are two separate installers for iTunes, a 32-bit version and a 64-bit version. When you visit http://www.apple.com/itunes/, you will receive the installer that matches the architecture of… Read More
Unchecking 'Check for new software updates automatically' after the fact. Copy iTunesPrefs.xml to %USERPROFILE%\AppData\Local\Apple Computer\iTunes\ (Local not Roaming). The diff looks like t… Read More
Powershell variation for the script Start-Process -FilePath MSIexec -ArgumentList "/i AppleApplicationSupport.msi ALLUSERS=1 /qb-!" -Wait Start-Process -FilePath MSIexec -ArgumentList "/i App… Read More
The following is the setup.bat file I used to install all three MSI files. @echo offclsecho iTunes Installer for Windows 7 x64echo:echo Installing Apple Application Support...msiexec /i %~dp0A… Read More
iTunes 10.7.0.21 installation for guest users on a mandatory profile: We are doing a pretty uncommon thing here of using a local guest account tied to a mandatory profile as opposed to using s… Read More
If you are using a script based installation, and a previous version of iTunes is installed, Use the commands below. Or else it might not work or it may reboot. version 10.7.x taskkill /F /IM … Read More
Okay, so I followed every step in this thread, but apart from the desktop icon not showing, all changes are futile. 2 colleages looked over my shoulder to verify the steps and all three of us a… Read More
Follow below link to package latest version of itunes for Windows 7 http://msiworld.blogspot.com.au/2012/06/re-packaging-apple-itunes-10617-and.html Read More
Follow below link to package latest version of itunes for Windows 7 http://msiworld.blogspot.com.au/2012/06/re-packaging-apple-itunes-10617-and.html Read More
Follow below link to package latest version of itunes for Windows 7 http://msiworld.blogspot.com.au/2012/06/re-packaging-apple-itunes-10617-and.html Read More
For 10.6 supressing updates. iTunes.msi" DESKTOP_SHORTCUTS=0 MEDIA_DEFAULTS=0 SCHEDULE_ASUW=0 REENABLEAUTORUN=0 Add reg: [HKEY_LOCAL_MACHINE\SOFTWARE\Apple Computer, Inc.\iTunes\Parental Co… Read More
What i usually do is extract all the EXE and look at the MSIs, From there i delete the "Junk" (apple update utility). Then i rename QuickTime.msi to aaQuicktime.msi (iTunes seems to like … Read More
To install iTunes 10.6.0.40 silent, treat it as a MSI package like this: "itunes64setup.exe" /msi /qn NO_AMDS=1 NO_ASUW=1 NO_BONJOUR=1 NO_QUICKTIME=1 Will install iTunes without Quicktime, Bon… Read More
To suppress EULA and Bonjour notification (if you did not install it) and tutorial window for mass deployment all we need to do is... install all the 5 msi's as said above in a cmd file and go … Read More
Hi All, sharing my Recipe for iTunes 10.5.0.142, as it took me several attempts to get one that worked! Sequenced with Appv(softgrid) on a Windows XP VM. Same package works for both Win7 and Wi… Read More
If you're upgrading your 10.4 install to 10.5 note that you also have to upgrade the other components. Apple Application Support (Version 2.1.5) can't use RestartManager to uninstall the previo… Read More
If you are trying to install iTunes on a Windows Server 2003 OS the AppleMobileDeviceSupport.msi will fail to install with an error stating "AppleMobileDeviceSupport requires that your computer… Read More